kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.collections
/
[JS]mapOf
map
Of
JS
fun
<
K
,
V
>
mapOf
(
pair
:
Pair
<
K
,
V
>
)
:
Map
<
K
,
V
>
Content copied to clipboard
Returns an immutable map, mapping only the specified key to the specified value.